func fmt.parsenum
5 uses
fmt (current package)
print.go#L357: func parsenum(s string, start, end int) (num int, isnum bool, newi int) {
print.go#L981: width, ok, newi := parsenum(format, 1, i)
print.go#L1105: p.fmt.wid, p.fmt.widPresent, i = parsenum(format, i, end)
print.go#L1131: p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
scan.go#L1204: s.maxWid, widPresent, i = parsenum(format, i, end)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)